Click or drag to resize

ServiceGetDelegate Method (Mailbox, Boolean)

Gets the delegate.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DelegateResponse GetDelegate(
	Mailbox mailbox,
	bool includePermissions
)

Parameters

mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox to retrieve the delegates of.
includePermissions
Type: SystemBoolean
Indicates whether detailed permissions should be returned for each delegate.

Return Value

Type: DelegateResponse
A list of delegates for the mailbox.
See Also